home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
F1 Licenseware
/
F1 Licenseware - Volume 1.iso
/
disks
/
028.dms
/
028.adf
/
Commands_List
/
Shell_Management
/
Break
< prev
next >
Wrap
Text File
|
1992-02-26
|
820b
|
27 lines
Command Name : Break
Function : Stop a running process
Arguments : <process> [ALL|C|D|E|F]
Location : C directory
When you run some programs, for example OctaMEDplayer, you get a line in the
CLI window saying "Press Ctrl-C" to stop, but pressing Ctrl-C has no effect.
Break lets you stop these programs. To use it, type Status at the CLI
prompt and a list of currently running processes appears. Now find the
process number of the task you ant to stop and type "Break <task number> C".
This has the same effect as pressing Ctrl-C. If the process is a script,
use the D parameter to stop it. E and F are rarely used. All will have the
effect of using all four at once.
Examples
Break 1 C
Has the effect of pressing Ctrl-C for task 1
Break 7 D
Has the effect of pressing ctrl-D for Task 7